Other Protocols
The following protocols are available globally.
-
Protocol containing common interface for CPCDay, CPCWeek, CPCMonth and CPCYear.
See moreDeclaration
Swift
public protocol CPCCalendarUnitBase : CPCDateInterval, CustomDebugStringConvertible, CustomStringConvertible, Hashable, Strideable where Self.Stride == Int
-
Common implementation of
See moreCPCCalendarUnitSymbol
requirements.Declaration
Swift
internal protocol CPCCalendarUnitSymbolImpl : CPCCalendarUnit, CPCCalendarUnitSymbol
-
Undocumented
See moreDeclaration
Swift
internal protocol BoundedRangeProtocol : RangeExpression
-
Undocumented
See moreDeclaration
Swift
internal protocol RangeBaseProtocol : BoundedRangeProtocol
-
Undocumented
See moreDeclaration
Swift
internal protocol ClosedRangeBaseProtocol : BoundedRangeProtocol
-
Undocumented
See moreDeclaration
Swift
internal protocol ThreadsafeStorageProtocol